CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构 设计

搜索资源列表

  1. sort

    0下载:
  2. 数据结构实验,各种排序算法的实现,运用模板的设计方法-Experimental data structure, the realization of various sorting algorithms, using a template design method
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:jdk_1_ok
  1. chaoshixuanzhi

    2下载:
  2. 学校超市选址问题,数据结构课程设计 【问题描述】对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优。-School siting supermarkets, data structure curriculum design] [Descr iption of the problem for a school store, and other units to its distance from the different units
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1520
    • 提供者:yy
  1. xishuduoxiangshichengfa

    0下载:
  2. 稀疏多项式乘法的实现代码,是数据结构的课程设计,这里只有源代码-The realization of sparse polynomial multiplication code, is a data structure of curriculum design, only the source code here
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1862
    • 提供者:明玲吉
  1. CPLD

    0下载:
  2. 项目的研究内容是对硅微谐振式加速度计的数据采集电路开展研究工作。硅微谐振式加速度计敏感结构输出的是两路差分的频率信号,因此硅微谐振式加速度计数据采集电路完成的主要任务是测出两路频率信号的差值。测量要求是:实现10ms内对中心谐振频率为20kHz、标度因数为100Hz/g、量程为±50g、分辨率为1mg的硅微谐振式加速度计输出的频率信号的测量,等效测量误差为±1mg。电路的控制核心为单片机,具有串行接口以便将测量结果传送给PC机从而分析、保存测量结果。 按研究内容设计了软硬件。软件采用多周期同
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:409841
    • 提供者:tancm
  1. wuban

    0下载:
  2. 自己刚刚独立完成的数据结构课程设计舞伴配对系统。(比较简单,适合课程设计者参考)-Has just completed its own independent data structures curriculum design partner matching system. (Relatively simple, suitable for curriculum designers reference)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:114057
    • 提供者:神州
  1. Untitled1

    0下载:
  2. 实现魔王语言,能够识别多种输入(数据结构课程设计)-The realization of devil language, able to identify a wide range of input (data structure of the curriculum design)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:北国雪
  1. DCT_001.pdf

    0下载:
  2. 基于SIMD的二维DCT算法快速计算。本文针对二维DCT变换,提出了和媒体指令相适应的数据结构和计算方法。最大限度利用媒体指令的运算能力,在软件设计时避免了数据相关性所带来的性能下降。-SIMD two-dimensional DCT-based fast calculation algorithm. In this paper, two-dimensional DCT transform, and the media put forward a directive to adapt the d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:194233
    • 提供者:H Simon
  1. data

    0下载:
  2. 是用C语言实现的,里面有我数据结构课程设计里的算法。例如关键路径,最短路径等算法-C language is used to achieve, there are my data structure in the curriculum design algorithms. For example, critical path, such as the shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:478877
    • 提供者:tjjman
  1. C_Course_Design(Include_Report)

    0下载:
  2. 数据结构课程设计(C版) 包括 运动会积分系统 简单文档编辑 无向图的基本操作实现 哈夫曼树编码解码 染色N皇后算法 调试报告-Data structure course design (C version) including Games integral system document editing simple undirected graph the basic operation of the realization of Huffman tree cod
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:382046
    • 提供者:Rapheal
  1. longintegeradder

    0下载:
  2. 数据结构课程设计:使用线性结构实现长整数的加法运算-Data structure the curriculum design: the use of linear structure to achieve long integer addition operations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:rechen
  1. DataStructuresandAlgorithms

    0下载:
  2. 主要描述了多任务下数据结构与算法的设计和运用-Mainly describes the mission of many data structures and algorithm design and the use of
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:140546
    • 提供者:夏能波
  1. planeSystem

    0下载:
  2. 数据结构课程设计的源代码,用C编写的航班票务管理系统,使用多种查询,非常适合数据结构学习者的研究-Data structure the curriculum design of source code, prepared by C Flight Ticket Management System, using a number of inquiries, the data structure is very suitable for learners study
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2257
    • 提供者:王军
  1. koeran

    0下载:
  2. 数据结构中带权有向图中心点的求解关于超市选址问题的课程设计,文件中包含代码和设计文档。-Data structure in weighted directed graph to solve the focal point of the question about the location of supermarkets curriculum design, the document contains the code and design documents.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-29
    • 文件大小:18348
    • 提供者:孔浩然
  1. online_systerm_for_edu

    0下载:
  2. JSP_在线教学系统,本系统采用三层结构设计,即程序逻辑结构分为用户界面层、业务逻辑处理层和数据存储层.是JSP学习的好资料。-JSP_online_systerm_for_edu.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4440447
    • 提供者:heromer
  1. yuesefu

    0下载:
  2. 数据结构课程设计_约瑟夫环 使用VC编译 可以通过输入人数和初始值进行相应的炒操作-Data Structure Course Design _ Joseph Central VC compiler can use by entering the number and the initial value for the corresponding operation speculation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1556
    • 提供者:simple
  1. sorting

    0下载:
  2. 数据结构课程设计_拓扑排序 用邻接表构造图 然后进行拓扑排序 -Data Structure Course Design _ topological sort graph using adjacency list structure and then proceed to topological sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5354
    • 提供者:何高兴
  1. suoshubiaodashi

    0下载:
  2. 数据结构课程设计 求算术表达式的值 学习数据结构的可以参考一下 希望对你们有用-Data structure the curriculum design for the value of the arithmetic expression study data structures for reference you wish to be useful
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4357
    • 提供者:zz
  1. BookManage

    0下载:
  2. 图书馆的图书管理系统,此系统为数据结构课程设计源代码,为B树实现。-Library' s library management system, the system data structure for curriculum design source code, for the B Tree implementation.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1552692
    • 提供者:ljy
  1. HotelManage1

    0下载:
  2. 此代码为数据结构课程设计代码,实现了酒店管理系统。-This code for the data structure of the curriculum design code, implementation of the hotel management system.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1370236
    • 提供者:ljy
  1. shunxubiao

    0下载:
  2. 这是数据结构的课程设计的关于顺序表的源代码. 主要包括顺序表的一些基本功能,比如插入,删除等基本操作!-This is the data structure of curriculum design on the order form' s source code. Mainly includes some of the basic sequence of table functions, such as insert, delete, such as basic operation!
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1031
    • 提供者:文浩
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com